翻訳と辞書
Words near each other
・ Program of Activities
・ Program of All-Inclusive Care for the Elderly
・ Program of the Communist Party of the Soviet Union
・ Program on Energy Efficiency in Artisanal Brick Kilns in Latin America to Mitigate Climate Change
・ Program on Information Resources Policy
・ Program on International Policy Attitudes
・ Program on Intrastate Conflict and Conflict Resolution
・ Program on Negotiation
・ Program optimization
・ Program Playhouse
・ Program Plus
・ Program process monitoring
・ Program Resources and Outcome Management Information System
・ Program Segment Prefix
・ Program slicing
Program status word
・ Program structure tree
・ Program Supervisor
・ Program synthesis
・ Program test authority
・ Program trading
・ Program transformation
・ Program X
・ Program-associated data
・ Program-specific information
・ Programa de Aceleração do Crescimento
・ Programa do Jô
・ Programa do Ratinho
・ Programa Mejorando tu Autoestima
・ Programa Nacional de Población


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Program status word : ウィキペディア英語版
Program status word

The Program status word〔
〕〔
〕 (PSW) is an IBM System/360 architecture and successors control register which performs the function of a Status register and Program counter in other architectures, and more.
Although certain fields within the PSW may be tested or set by using non-privileged instructions, testing or setting the remaining fields may only be accomplished by using privileged instructions.
Contained within the PSW are the two bit condition code, representing zero, positive, negative, and similar flags of other architectures' status registers. Conditional branch instructions test this encoded as a values from 0 to 15, representing the arithmetic sum of the four condition code values, 23 + 22 + 21 + 20. (Since IBM uses big-endian bit numbering, mask value 8 selects code 0, mask value 4 selects code 1, mask value 2 selects code 2, and mask value 1 selects code 3.)
The 64-bit PSW describes (among other things)
* Interrupt masks
* Privilege states
* Condition code
* Instruction address
In the early instances of the architecture (System/360 and early System/370), the instruction address was 24 bits; in later instances (XA/370), the instruction address was 31 bits plus a mode bit (24 bit addressing mode if zero; 31 bit addressing mode if one) for a total of 32 bits.
In the present instances of the architecture (z/Architecture), the instruction address is 64 bits and the PSW itself is 128 bits.
The PSW may be loaded by the LOAD PSW instruction (LPSW or LPSWE). Its contents may be examined with the Extract PSW instruction (EPSW).
==References==



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Program status word」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.